home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / macros / text1 / blocks / maillbls.texblock < prev    next >
Text File  |  1991-10-23  |  1KB  |  18 lines

  1. % Set format for mail labels with the MERGE LETTER MODEL                        
  2.                                                                                 
  3. % Maillabelformat sets the page and label information for mailing labels        
  4. \maillabelformat{\labelsetup{% Sets page and margin settings                    
  5.                     \newpage         % start labels on a new page               
  6.                     \notitlepage     % labels not started on a title page       
  7.                     \runningheadformat{\bothpages{\line{}}} % no page #s        
  8.                     \pageformat{\topmargin{1in} % new page dimensions           
  9.                                 \bottommargin{0pt}                              
  10.                                 \leftmargin{0pt}                                
  11.                                 \rightmargin{0pt}}% end page format             
  12.                              }% end labelsetup                                  
  13.                  \numberoflabelsperline{3} % three labels per line max          
  14.                  \labelheight{1in}   % each label 1 inch high                   
  15.                  \labelwidth{2.75in} % each label 2.75 inches wide              
  16.                  \labelmat{.25in}    % margin to text is .25 inches             
  17. }% end mail label format                                                        
  18.